PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutAttribute Class / getHeight Method
In This Topic
    getHeight Method
    In This Topic
    Gets the element height.
    The value -1 indicates auto height, no specific height constraint is to be imposed; the element's height is determined by the intrinsic height of its content.
    Syntax
    public double getHeight()

    Return Value

    The height of the element's content rectangle, measured in default user space units in the block-progression direction.
    See Also